tools/libxc: x86 HVM restore code
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 7 Jun 2014 20:17:51 +0000 (21:17 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 5 May 2015 13:30:47 +0000 (14:30 +0100)
commit249e62c24fd51dadf5647760cc9df03e3aca872b
tree0e83c423f01ee307c5e34b4752bf5f3365b09539
parent9f0c16e72d10f276741d64da60855acff3d67d52
tools/libxc: x86 HVM restore code

Restore the x86 HVM specific parts of a domain.  This is the HVM_CONTEXT and
HVM_PARAMS records.

There is no need for any page localisation.

This also includes writing the trailing qemu save record to a file because
this is what libxc currently does.  This is intended to be moved into libxl
proper in the future.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxc/Makefile
tools/libxc/xc_sr_common.h
tools/libxc/xc_sr_restore_x86_hvm.c [new file with mode: 0644]